home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1998 October
/
macformat-1998-10.iso
/
CMiFree ƒ
/
start.dxr
/
00001_Main Movie Scripts.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1998-07-13
|
501 b
|
15 lines
on startMovie
global oldVolume
clearGlobals()
if the colorDepth <> 16 then
set the colorDepth to 16
end if
if the machineType <> 256 then
set oldVolume to the soundLevel
set the soundLevel to 4
end if
if the colorDepth < 16 then
alert("Your computer is not set to display the required amount of colours. Computer Music Interactive is best viewed with your computer set to display thousands of colours, to show its contents in the highest possible quality.")
end if
end